SftTree/NET 2.0

NextDisplayed Property, ColumnClass Class

Softel vdm, Inc.

Returns the next displayed column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property NextDisplayed As ColumnClass

C#   

public ColumnClass NextDisplayed { get; }

C++   

public: property ColumnClass^ NextDisplayed {
        ColumnClass^ get();
}

Property Value

The next displayed column or null/Nothing if there is no next column.

Comments

The NextDisplayed property returns the next displayed column.

A column is considered displayed or visible even if it is horizontally scrolled off the control's display area or if it has a width of 0. A column can be scrolled into the display area of the control by using the ColumnClass.ScrollIntoView method.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com